home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1998 June / Designer's Club 1998 June.iso / mac / Idea Source@ / Writing.Dir / 00056.ls < prev    next >
Encoding:
Text File  |  1998-04-28  |  195 b   |  11 lines

  1. on exitFrame
  2.   if the timer < 100 then
  3.     go(the frame)
  4.   else
  5.     go(1, "main")
  6.   end if
  7.   set the locH of sprite 50 to the mouseH
  8.   set the locV of sprite 50 to the mouseV
  9.   updateStage()
  10. end
  11.